home *** CD-ROM | disk | FTP | other *** search
/ Digital Information Mana…ntial Guide to Multimedia / Digital Information Management - An Essential Guide to Multimedia.iso / Inkscape / Inkscape-0.43-2.win32.exe / etc / gtk-2.0 / gtkrc < prev   
Text File  |  2005-11-17  |  1KB  |  40 lines

  1. gtk-icon-sizes = "gtk-menu=13,13:gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-dnd=32,32"
  2. gtk-toolbar-icon-size = small-toolbar
  3.  
  4. # disable images in buttons. i've only seen ugly delphi apps use this feature.
  5. gtk-button-images = 0
  6.  
  7. # enable/disable images in menus. most "stock" microsoft apps don't use these, except sparingly.
  8. # the office apps use them heavily, though.
  9. gtk-menu-images = 1
  10.  
  11. # use the win32 button ordering instead of the GNOME HIG one, where applicable
  12. gtk-alternative-button-order = 1
  13.  
  14. style "msw-default"
  15. {
  16.   GtkWidget::interior-focus = 1
  17.   GtkOptionMenu::indicator-size = { 9, 5 }
  18.   GtkOptionMenu::indicator-spacing = { 7, 5, 2, 2 }
  19.   GtkSpinButton::shadow-type = in
  20.  
  21.   # Owen and I disagree that these should be themable
  22.   #GtkUIManager::add-tearoffs = 0
  23.   #GtkComboBox::add-tearoffs = 0
  24.   
  25.   GtkComboBox::appears-as-list = 1
  26.   GtkComboBox::focus-on-click = 1
  27.   
  28.   GOComboBox::add_tearoffs = 0
  29.  
  30.   GtkTreeView::allow-rules = 0
  31.   GtkTreeView::expander-size = 12
  32.  
  33.   GtkScrolledWindow::scrollbar_spacing = 1
  34.  
  35.   engine "wimp" 
  36.   {
  37.   }
  38. }
  39. class "*" style "msw-default"
  40.